Welcome![Sign In][Sign Up]
Location:
Search - api socket

Search list

[Internet-NetworkWinsockTester

Description: 本源码是利用Winsock Api写的一款基于TCP/IP协议的通讯软件 对新手学习Windows Socket Api 是很好的资料-the source is the use of Winsock Api write-based TCP/IP communications software for novice Windows Socket Api learning is a very good information
Platform: | Size: 671744 | Author: 叶子 | Hits:

[Windows DevelopAPIWinSock

Description: 一个用WinAPI编写的Socket聊天程序,可以用来看到Windows通信的底层。-a prepared using WinAPI Socket chat program, Windows can be used to see the bottom of communication.
Platform: | Size: 71680 | Author: 刘铁 | Hits:

[CommunicationaceQQ

Description: 一个公司程序附带的工具 仿qq功能实现通信。 利用windows socket api编写。 利用多线程技术。-a company procedures incidental imitation qq functional tool for communication. Using windows api prepared socket. Use multithreading technology.
Platform: | Size: 358400 | Author: ghz_sd | Hits:

[Internet-Networkwinsockapi

Description: Windows Socket API 使用经验,以供大家参考-Windows Socket API experience, for your reference
Platform: | Size: 4096 | Author: 焦亚民 | Hits:

[Internet-NetworkWindows-socket-program--server-and-client

Description: 基于API的套接字编程,可以检测到服务器和当前客户机的IP地址和端口号,并接收客户端信息。-Socket-based API programming, can be detected by the current server and client IP address and port number, and receive client information.
Platform: | Size: 21504 | Author: 王志慧 | Hits:

[Internet-NetworkWindowsfirewall

Description: windows防火墙设计原理,ppt课件,包括api,socket,dll等重要内容-windows firewall design principle, ppt courseware, including the api, socket, dll and other important content
Platform: | Size: 931840 | Author: bofe | Hits:

[Internet-NetworkAPI_SOCKET

Description: SOCKET API 一个简单的例子。很久以前的。不记得了。-SOCKET API a simple example. A long time ago. Can not remember.
Platform: | Size: 12288 | Author: 凌观金 | Hits:

[Delphi VCLWinsock2

Description: SOCKET API的DELPHI 头文件,更加直接使用API-DELPHI the SOCKET API header files, and more direct access to API
Platform: | Size: 53248 | Author: qkserver | Hits:

[Internet-NetworkFileServer

Description: 实现局域网内文件的快速的传输。程序用了Api SOCKET 函数-LAN with the rapid transmission of documents. Procedures used Api SOCKET function
Platform: | Size: 186368 | Author: 吴东明 | Hits:

[Windows DevelopUDP

Description: 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
Platform: | Size: 67584 | Author: Yang | Hits:

[Internet-Networksocket

Description: socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications programming implementation. Non-blocking mode of connection-oriented implementation of a server and multiple client to send and receive data (select models) for non-blocking mode of communication to connect one-on-one 1. Learn through winsock network communications programming implementation. 2. Study connection-oriented and connectionless-oriented network communication programming. 3. Learn obstructive and non-blocking mode of network communication programming. 4. Familiar with winsock related to the usage of API functions.
Platform: | Size: 7334912 | Author: qingangjun | Hits:

[Windows DevelopWindowsAPI

Description: windows API参考手册,学习SDK编程的必备资料。-windows API reference manual and learn the necessary programming information SDK.
Platform: | Size: 677888 | Author: 小马哥 | Hits:

[Internet-NetworkPortScan

Description: 纯 C 语言用 Win32 API + Socket 编写的端口扫描器 是控制台下的。-C Program Language write Port Scan
Platform: | Size: 1159168 | Author: 恨苍生 | Hits:

[Internet-Networksocket

Description: 基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, connection, send data and receive data network communication program.
Platform: | Size: 3072 | Author: 李爽 | Hits:

[Windows Develophookcode200905

Description: 很不错的对战平台再开发代码。vlan hook api socket-Against a very good platform to develop the code. vlan hook api socket
Platform: | Size: 3689472 | Author: chengyunlu | Hits:

[Internet-NetworkSOCKET

Description: 采用了C++ BUILDER6.0中的SOCKET控件、UDP控件和系统自带的API函数来实现屏幕抓取、文件传输、远程控制等核心内容-failed to translate
Platform: | Size: 165888 | Author: 董晨晨 | Hits:

[Delphi VCLWinsock

Description: windows socket api在delphi中的封装,调用简单,可用于dll库的开发,目前只实现了UDP部分-windows socket api of the package in delphi, call simple dll library can be used for development, is only part of the realization of the UDP
Platform: | Size: 14336 | Author: yifan | Hits:

[Internet-Networksocket

Description: windows socket api的简单封装,基本的接受、发送功能,包括接受、发送结构体等功能,简单实用-windows socket api simple package, the basic acceptance, delivery capabilities, including access, send the structure functions, simple and practical
Platform: | Size: 2048 | Author: 杨文海 | Hits:

[CommunicationSchwarze88Sonne88RAT880.2

Description: 一款国外远控 原版+汉化+控件 采用API socket -A foreign Remote Control Original+ Speaking+ control using API socket
Platform: | Size: 883712 | Author: skyer | Hits:

[CommunicationPublicNetSoft

Description: VC++ SOCKET API通讯实例源码 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,没用到什么高深技术,都是很基础的,因此可能对VC的入门者比较有-VC++ SOCKET API communication example source code for the main origin is to demonstrate how to use the VC++ the SOCKET API for network communication examples, code, including client and server-side, respectively, to run two programs, mutual listening, mutual access impending arrival is simple in principle, is useless to What is highly technical, are very basic, so those who may have more entry-VC
Platform: | Size: 39936 | Author: andysun | Hits:
« 1 23 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net